home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / wb / czesc_4 / viruscheck / checkfile210.lha / CheckFile2 / FileCheck2_Install < prev    next >
Text File  |  1996-08-05  |  572b  |  26 lines

  1. FailAt 51
  2.  
  3. ; Installer for Check File 2
  4. ; (C) Georg Hörmann & Paul Demark
  5. ; Author Paul Demark
  6. ; $VER: Check File 2 v2.05 (07.07.96)
  7.  
  8.  
  9. If NOT EXISTS Rexx:
  10.   Echo "You have not Rexx: assigned!   Do you have RexxMaster running also?!"
  11. EndIf
  12.  
  13. If EXISTS Rexx:CheckFile2.vzrx
  14.     Delete Rexx:CheckFile2.vzrx
  15.     Echo "Updating old version of Check File 2.."
  16.     Copy CheckFile2.vzrx Rexx:CheckFile2.vzrx
  17.   Else
  18.     Echo "Installing Check File 2 onto your system.."
  19.     Copy CheckFile2.vzrx Rexx:CheckFile2.vzrx
  20. EndIf
  21.  
  22. Echo "Check File 2 installation finished !"
  23.  
  24. Wait 5
  25. EndCLI
  26.